home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-04 | 339 b | 14 lines | [TEXT/dIsR] |
- -- For this script to work, TeachText (little text editor that comes with
- -- the Mac system) must be in the same folder as transfertest.ds
-
- -- It should exit DialScript and run TeachText with this file.
-
- script transfertest
-
- state DoIt
- display "Switching to Teachtext";
- transfer "TeachText" "transfertest.ds";
- end;
-
- end;
-